Add xenoprof support
authorack@kneesa.uk.xensource.com <ack@kneesa.uk.xensource.com>
Thu, 6 Apr 2006 17:58:01 +0000 (18:58 +0100)
committerack@kneesa.uk.xensource.com <ack@kneesa.uk.xensource.com>
Thu, 6 Apr 2006 17:58:01 +0000 (18:58 +0100)
commitc5b774278a01097410ce6ec3b181526e466f9c2a
tree304614af1f248d5b895ce1274a50c73b658d4867
parent8f07d04c60a75498bff9f9951051cd3b7f776e7a
Add xenoprof support
Signed-off-by: Jose Renato Santos <jsantos@hpl.hp.com>
27 files changed:
buildconfigs/linux-defconfig_xen0_x86_32
buildconfigs/linux-defconfig_xenU_x86_32
buildconfigs/linux-defconfig_xen_x86_32
linux-2.6-xen-sparse/arch/i386/Kconfig
linux-2.6-xen-sparse/arch/i386/mm/ioremap-xen.c
linux-2.6-xen-sparse/arch/i386/oprofile/Makefile [new file with mode: 0644]
linux-2.6-xen-sparse/arch/i386/oprofile/xenoprof.c [new file with mode: 0644]
linux-2.6-xen-sparse/arch/x86_64/oprofile/Makefile [new file with mode: 0644]
linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/hypercall.h
linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/hypercall.h
patches/linux-2.6.16/xenoprof-generic.patch [new file with mode: 0644]
xen/arch/x86/Makefile
xen/arch/x86/domain.c
xen/arch/x86/oprofile/Makefile [new file with mode: 0644]
xen/arch/x86/oprofile/nmi_int.c [new file with mode: 0644]
xen/arch/x86/oprofile/op_counter.h [new file with mode: 0644]
xen/arch/x86/oprofile/op_model_athlon.c [new file with mode: 0644]
xen/arch/x86/oprofile/op_model_p4.c [new file with mode: 0644]
xen/arch/x86/oprofile/op_model_ppro.c [new file with mode: 0644]
xen/arch/x86/oprofile/op_x86_model.h [new file with mode: 0644]
xen/arch/x86/oprofile/xenoprof.c [new file with mode: 0644]
xen/arch/x86/x86_32/entry.S
xen/arch/x86/x86_64/entry.S
xen/include/public/xen.h
xen/include/public/xenoprof.h [new file with mode: 0644]
xen/include/xen/sched.h
xen/include/xen/xenoprof.h [new file with mode: 0644]